home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc1_2_x
/
hyprlbls.sit
/
hyperlabels12.sit
/
HyperLabels 1.2
/
background_3164.txt
< prev
next >
Wrap
Text File
|
1988-03-05
|
3KB
|
169 lines
-- background: 3164 from stack: in.2
-- bmap block id: 3762
-- flags: 4000
-- background id: 0
-- name: Index
-- part 1 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=3 top=23 right=52 bottom=35
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris open
go Home
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=474 top=21 right=59 bottom=511
-- title width / last selected line: 0
-- icon id / first selected line: 2478 / 2478
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: About...
----- HyperTalk script -----
on mouseUp
visual effect dissolve
go to card id 16764
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=15 top=309 right=334 bottom=42
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=46 top=309 right=334 bottom=73
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=47 top=24 right=55 bottom=87
-- title width / last selected line: 0
-- icon id / first selected line: 32670 / 32670
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: View
----- HyperTalk script -----
-- Script by Chris Christensen written for HyperLabels
on mouseUp
show all cards
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=435 top=22 right=57 bottom=469
-- title width / last selected line: 0
-- icon id / first selected line: 2507 / 2507
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
go to card id 5738
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=403 top=312 right=339 bottom=509
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Remake Index
----- HyperTalk script -----
-- Script by Chris Christensen written for HyperLabels
on mouseUp
remakeIndex -- Stack script
end mouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=280 top=313 right=339 bottom=400
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Label
----- HyperTalk script -----
-- Script by Chris Christensen written for HyperLabels
on mouseUp
push card
go to last card of background "Label"
doMenu "New Card"
end mouseUp